ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TrendLine<T> Class
Members

In This Topic
    TrendLine<T> Class
    In This Topic
    Represents an extension of the TrendLine Series for the FlexChart.
    Object Model
    TrendLine<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
    Syntax
    'Declaration
     
    
    Public Class TrendLine(Of T) 
       Inherits TrendLineBase(Of T)
    public class TrendLine<T> : TrendLineBase<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.TrendLineBase<T>
                C1.Web.Mvc.TrendLine<T>

    See Also